home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 68161 / 68161.xpi / chrome / content / about.xul next >
Extensible Markup Language  |  2010-02-10  |  877b  |  26 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <!DOCTYPE window [
  4.     <!ENTITY % twitkitplusDTD SYSTEM "chrome://twitkitplus/locale/twitkitplus.dtd">
  5.     %twitkitplusDTD;
  6. ]>
  7. <window id="twitkit+About" title="&about;"  
  8.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  9.     windowtype="TwitKit+:About"
  10.     persist="screenX screenY">
  11.         <vbox>
  12.                 <hbox>
  13.                         <image src="chrome://twitkitplus/skin/images/logo.png" align="center" style="padding: 20px 70px;"/>
  14.                 </hbox>
  15.                 <hbox pack="center">
  16.                         <label>&about.version; 0.0.8</label>
  17.                 </hbox>
  18.                 <hbox pack="center">
  19.                         <label href="http://engel.uk.to/twitkit/wiki/Main/Credits" class="text-link">&about.credits;</label>
  20.                 </hbox>
  21.                 <hbox pack="center">
  22.                         <label href="http://pok.jp/" class="text-link">TwitKit+ Website</label>
  23.                 </hbox>
  24.         </vbox>
  25. </window>
  26.